Computing (FOLDOC) dictionary
Jump to user comments
VCL was originally designed for Delphi but is now also used
as Borland's Windows C++ framework of choice. VCL
encapsulates the C-based
Win32 API into a much easier to
classes to create Windows programs.
The VCL component class can be inherited to create new VCL
components, which are the building blocks of Delphi and
C++Builder applications. VCL components are somewhat in
competition with
ActiveX controls, though a VCL wrapper can
be created to make an ActiveX control seem like a VCL
component.
(2001-07-09)